projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e4e25
)
Make module compile away.
author
robertl
<robertl>
Thu, 15 Aug 2002 05:26:32 +0000
(
05:26
+0000)
committer
robertl
<robertl>
Thu, 15 Aug 2002 05:26:32 +0000
(
05:26
+0000)
cetus.c
patch
|
blob
|
history
diff --git
a/cetus.c
b/cetus.c
index 3a33cce77b0a5a0057ae6cb8b6c5572bb1f362ac..df193300b16d55bc7488d211cb61521e43759ce3 100644
(file)
--- a/
cetus.c
+++ b/
cetus.c
@@
-20,6
+20,7
@@
*/
#include "defs.h"
+#if CETUS
#include "coldsync/palm.h"
#include "coldsync/pdb.h"
@@
-279,3
+280,7
@@
ff_vecs_t cetus_vecs = {
data_read,
data_write,
};
+#else
+ff_vecs_t cetus_vecs = {
+};
+#endif